Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / NotifyCollectionBase<T> Class
Properties Methods Events

In This Topic
    NotifyCollectionBase<T> Class Members
    In This Topic

    The following tables list the members exposed by NotifyCollectionBase<T>.

    Public Properties
     NameDescription
    Public PropertyGets the number of elements contained in the collection.  
    Public PropertyGets a value that indicates whether the collection is read-only.  
    Public PropertyGets or sets the item at the specified index.  
    Top
    Public Methods
     NameDescription
    Public MethodAdds the specified item.  
    Public MethodAdds the items in the specified collection to the end of the collection.  
    Public MethodRemoves all items from this collection.  
    Public MethodDetermines whether the collection contains a specified item.  
    Public MethodCopies all the items in the current collection to the specified array starting at the specified destination index.  
    Public MethodReturns an enumerator that iterates through the collection.  
    Public MethodFinds the index for a specified item.  
    Public MethodInserts an item at a specified index.  
    Public MethodRemoves the specified item from the collection.  
    Public MethodRemoves the item at the specified index.  
    Public MethodResumes the collection Changed event.  
    Public MethodSuspends the collection Changed event.  
    Public MethodConverts the collection to an array.  
    Top
    Public Events
     NameDescription
    Public EventOccurs when the items list of the collection has changed or the collection is reset.  
    Public EventOccurs when a property value changes.  
    Top
    See Also